home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P45 < prev    next >
Text File  |  1994-02-13  |  2KB  |  49 lines

  1.  
  2.  
  3.      The TriBBS Bulletin Board System                                    45
  4.  
  5.      @TIMETHISCALL@           Displays  the  total  number  of  minutes the
  6.                               caller has for this call.
  7.      @TOTALCONFERENCES@       Displays the board's number of conferences.
  8.      @TOTALFILEAREAS@         Displays the board's number of messages.
  9.      @TOTALMESSAGES@          Displays the board's number of messages.
  10.      @TOTALNODES@             Displays the board's number of nodes.
  11.      @TOTALUSERS@             Displays the board's number of users.
  12.      @UPLOADS@                Displays the caller's number of uploads.
  13.      @UPLOADSTODAY@           Displays the number of uploads for today.
  14.      @USER@                   Displays the caller's full name.
  15.      @VERSIONNUMBER@          Displays the TriBBS version number.
  16.      ----------------------------------------------------------------------
  17.  
  18.      You should note that case is significant for  the @-variables.  TriBBS
  19.      will simply  ignore @hangup@ in a display  screen, but will hangup the
  20.      phone if it encounters @HANGUP@ in a display screen.
  21.  
  22.  
  23.      @X Color Codes
  24.      --------------
  25.  
  26.      TriBBS also  supports @X color codes.  If the caller has ANSI enabled,
  27.      TriBBS  will  convert the  color code  to  an appropriate  ANSI escape
  28.      sequence.   Otherwise,  TriBBS  will filter  out  the @X  color  code.
  29.      Therefore, it is no  longer necessary to have an ANS and a BBS version
  30.      of a display screen.   You can simply have  a single BBS version  that
  31.      uses  @X color  codes to  add color  to the  display screens  for ANSI
  32.      colors.  @X color codes use the following format:
  33.  
  34.      ----------------------------------------------------------------------
  35.      @Xbf
  36.  
  37.      Where:
  38.  
  39.      b              is  the background  color  expressed as  a  hexadecimal
  40.                     digit (0 to F).
  41.  
  42.      f              is  the  foreground color  expressed  as  a hexadecimal
  43.                     digit (0 to F).
  44.      ----------------------------------------------------------------------
  45.  
  46.  
  47.  
  48.  
  49.